+2008-05-26 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkimmodule.h: fix indentation.
+
2008-05-26 Michael Natterer <mitch@imendio.com>
* gtk/gtkshow.h: include "gdk/gdk.h" instead of "gdk/gdkscreen.h"
#ifndef __GTK_IM_MODULE_H__
#define __GTK_IM_MODULE_H__
-
#include <gtk/gtkimcontext.h>
G_BEGIN_DECLS
typedef struct _GtkIMContextInfo GtkIMContextInfo;
-struct _GtkIMContextInfo
+struct _GtkIMContextInfo
{
const gchar *context_id;
const gchar *context_name;
/*
void im_module_list (const GtkIMContextInfo ***contexts,
guint *n_contexts);
-void im_module_init (GtkModule *module);
+void im_module_init (GtkModule *module);
void im_module_exit (void);
-GtkIMContext *im_module_create (const gchar *context_id);
+GtkIMContext *im_module_create (const gchar *context_id);
*/
-
G_END_DECLS
-
#endif /* __GTK_IM_MODULE_H__ */